Html Css Color HEX #C48328 Geebung

📋 copy color: '#C48328'

red 196 ◦ green 131 ◦ blue 40

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

Shades of Geebung #C48328

Tints of Geebung #C48328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

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

R = 53.41%
G = 35.69%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48328 (or 0xC48328) is known color: Geebung. HEX triplet: C4, 83 and 28. RGB value is (196,131,40). Sum of RGB (Red+Green+Blue) = 196+131+40=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C48328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48328 is #3B7CD7. Grayscale: #8C8C8C. Windows color (decimal): -3898584 or 2655172. OLE color: 2655172.

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

Color convert

RGB 196 131 40 -
CMYK 0 0.33 0.80 0.23
HSL 35º 0.66% 0.46% -
HSV(B) 35º 0.8% 0.77% -
XYZ 31.26 28.12 5.79 -
YUV 140.06 71.53 167.9 -
System Red Green Blue C M Y K H S L
Decimal 196 131 40 0 0.33 0.80 0.23 35 0.66 0.46
Hex C4 83 28 0 21 50 17 23 42 2E
Octal 304 203 50 0 41 120 27 43 102 56
Binary 11000100 10000011 101000 0 100001 1010000 10111 100011 1000010 101110

Color Harmonies of #C48328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48328

Black with #C48328

Text Example


Text Example

White with #C48328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48328; }

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

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

background-color css

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

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

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

border-color css

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

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

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