Html Css Color HEX #C48B28 Geebung

📋 copy color: '#C48B28'

red 196 ◦ green 139 ◦ blue 40

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

Shades of Geebung #C48B28

Tints of Geebung #C48B28

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 52.27%
G = 37.07%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48B28 (or 0xC48B28) is known color: Geebung. HEX triplet: C4, 8B and 28. RGB value is (196,139,40). Sum of RGB (Red+Green+Blue) = 196+139+40=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B28 is #3B74D7. Grayscale: #919191. Windows color (decimal): -3896536 or 2657220. OLE color: 2657220.

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

Color convert

RGB 196 139 40 -
CMYK 0 0.29 0.80 0.23
HSL 38.08º 0.66% 0.46% -
HSV(B) 38.08º 0.8% 0.77% -
XYZ 32.38 30.35 6.16 -
YUV 144.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 196 139 40 0 0.29 0.80 0.23 38.08 0.66 0.46
Hex C4 8B 28 0 1D 50 17 26 42 2E
Octal 304 213 50 0 35 120 27 46 102 56
Binary 11000100 10001011 101000 0 11101 1010000 10111 100110 1000010 101110

Color Harmonies of #C48B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B28

Black with #C48B28

Text Example


Text Example

White with #C48B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B28; }

 p { color: rgb(196,139,40); }

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

background-color css

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

 a { background-color: rgb(196,139,40); }

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

border-color css

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

 span { border-color: rgb(196,139,40); }

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