Html Css Color HEX #C48227 Geebung

📋 copy color: '#C48227'

red 196 ◦ green 130 ◦ blue 39

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

Shades of Geebung #C48227

Tints of Geebung #C48227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 53.7%
G = 35.62%
B = 10.68%

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

#C48227 (or 0xC48227) is known color: Geebung. HEX triplet: C4, 82 and 27. RGB value is (196,130,39). Sum of RGB (Red+Green+Blue) = 196+130+39=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C48227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48227 is #3B7DD8. Grayscale: #8B8B8B. Windows color (decimal): -3898841 or 2589380. OLE color: 2589380.

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

Color convert

RGB 196 130 39 -
CMYK 0 0.34 0.80 0.23
HSL 34.78º 0.67% 0.46% -
HSV(B) 34.78º 0.8% 0.77% -
XYZ 31.11 27.85 5.65 -
YUV 139.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 196 130 39 0 0.34 0.80 0.23 34.78 0.67 0.46
Hex C4 82 27 0 22 50 17 23 43 2E
Octal 304 202 47 0 42 120 27 43 103 56
Binary 11000100 10000010 100111 0 100010 1010000 10111 100011 1000011 101110

Color Harmonies of #C48227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48227

Black with #C48227

Text Example


Text Example

White with #C48227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48227; }

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

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

background-color css

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

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

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

border-color css

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

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

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