Html Css Color HEX #C48127 Geebung

📋 copy color: '#C48127'

red 196 ◦ green 129 ◦ blue 39

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

Shades of Geebung #C48127

Tints of Geebung #C48127

RGB

 RED value IS 196 (76.95% from 255) = 53.85%

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

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

R = 53.85%
G = 35.44%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48127 (or 0xC48127) is known color: Geebung. HEX triplet: C4, 81 and 27. RGB value is (196,129,39). Sum of RGB (Red+Green+Blue) = 196+129+39=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C48127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48127 is #3B7ED8. Grayscale: #8B8B8B. Windows color (decimal): -3899097 or 2589124. OLE color: 2589124.

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

Color convert

RGB 196 129 39 -
CMYK 0 0.34 0.80 0.23
HSL 34.39º 0.67% 0.46% -
HSV(B) 34.39º 0.8% 0.77% -
XYZ 30.98 27.58 5.61 -
YUV 138.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 196 129 39 0 0.34 0.80 0.23 34.39 0.67 0.46
Hex C4 81 27 0 22 50 17 22 43 2E
Octal 304 201 47 0 42 120 27 42 103 56
Binary 11000100 10000001 100111 0 100010 1010000 10111 100010 1000011 101110

Color Harmonies of #C48127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48127

Black with #C48127

Text Example


Text Example

White with #C48127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48127; }

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

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

background-color css

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

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

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

border-color css

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

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

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