Html Css Color HEX #C28127 Geebung

📋 copy color: '#C28127'

red 194 ◦ green 129 ◦ blue 39

#C28127
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C28127

Tints of Geebung #C28127

RGB

 RED value IS 194 (76.17% from 255) = 53.59%

 GREEN value IS 129 (50.78% from 255) = 35.64%

 BLUE value IS 39 (15.63% from 255) = 10.77%

R = 53.59%
G = 35.64%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C28127 (or 0xC28127) is known color: Geebung. HEX triplet: C2, 81 and 27. RGB value is (194,129,39). Sum of RGB (Red+Green+Blue) = 194+129+39=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C28127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28127 is #3D7ED8. Grayscale: #8A8A8A. Windows color (decimal): -4030169 or 2589122. OLE color: 2589122.

HSL color Cylindrical-coordinate representation of color #C28127: hue angle of 34.84º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C28127 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 129 39 -
CMYK 0 0.34 0.80 0.24
HSL 34.84º 0.67% 0.46% -
HSV(B) 34.84º 0.8% 0.76% -
XYZ 30.46 27.32 5.59 -
YUV 138.18 72.03 167.82 -
System Red Green Blue C M Y K H S L
Decimal 194 129 39 0 0.34 0.80 0.24 34.84 0.67 0.46
Hex C2 81 27 0 22 50 18 23 43 2E
Octal 302 201 47 0 42 120 30 43 103 56
Binary 11000010 10000001 100111 0 100010 1010000 11000 100011 1000011 101110

Color Harmonies of #C28127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28127

Black with #C28127

Text Example


Text Example

White with #C28127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28127; }

 p { color: rgb(194,129,39); }

 H1.HeaderClassName
 {
   color: #C28127;
 }
 .AnyTagClassName
 {
   color: #C28127;
 }
</style>

background-color css

<style>
 a { background-color: #C28127; }

 a { background-color: rgb(194,129,39); }

 div.DivClassName
 {
   background-color: #C28127;
 }
 .BgClassName
 {
   background-color: #C28127;
 }
</style>

border-color css

<style>
 span { border-color: #C28127; }

 span { border-color: rgb(194,129,39); }

 td.TdClassName
 {
   border-color: #C28127;
 }
 .TagClassName
 {
   border-color: #C28127;
 }
</style>