Html Css Color HEX #C48A28 Geebung

📋 copy color: '#C48A28'

red 196 ◦ green 138 ◦ blue 40

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

Shades of Geebung #C48A28

Tints of Geebung #C48A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

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

R = 52.41%
G = 36.9%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48A28 (or 0xC48A28) is known color: Geebung. HEX triplet: C4, 8A and 28. RGB value is (196,138,40). Sum of RGB (Red+Green+Blue) = 196+138+40=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A28 is #3B75D7. Grayscale: #909090. Windows color (decimal): -3896792 or 2656964. OLE color: 2656964.

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

Color convert

RGB 196 138 40 -
CMYK 0 0.30 0.80 0.23
HSL 37.69º 0.66% 0.46% -
HSV(B) 37.69º 0.8% 0.77% -
XYZ 32.24 30.07 6.11 -
YUV 144.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 196 138 40 0 0.30 0.80 0.23 37.69 0.66 0.46
Hex C4 8A 28 0 1E 50 17 26 42 2E
Octal 304 212 50 0 36 120 27 46 102 56
Binary 11000100 10001010 101000 0 11110 1010000 10111 100110 1000010 101110

Color Harmonies of #C48A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A28

Black with #C48A28

Text Example


Text Example

White with #C48A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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