Html Css Color HEX #C48827 Geebung

📋 copy color: '#C48827'

red 196 ◦ green 136 ◦ blue 39

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

Shades of Geebung #C48827

Tints of Geebung #C48827

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 52.83%
G = 36.66%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48827 (or 0xC48827) is known color: Geebung. HEX triplet: C4, 88 and 27. RGB value is (196,136,39). Sum of RGB (Red+Green+Blue) = 196+136+39=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C48827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48827 is #3B77D8. Grayscale: #8F8F8F. Windows color (decimal): -3897305 or 2590916. OLE color: 2590916.

HSL color Cylindrical-coordinate representation of color #C48827: hue angle of 37.07º 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 #C48827 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 39 -
CMYK 0 0.31 0.80 0.23
HSL 37.07º 0.67% 0.46% -
HSV(B) 37.07º 0.8% 0.77% -
XYZ 31.94 29.49 5.93 -
YUV 142.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 196 136 39 0 0.31 0.80 0.23 37.07 0.67 0.46
Hex C4 88 27 0 1F 50 17 25 43 2E
Octal 304 210 47 0 37 120 27 45 103 56
Binary 11000100 10001000 100111 0 11111 1010000 10111 100101 1000011 101110

Color Harmonies of #C48827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48827

Black with #C48827

Text Example


Text Example

White with #C48827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48827; }

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

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

background-color css

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

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

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

border-color css

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

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

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