Html Css Color HEX #C4832D Geebung

📋 copy color: '#C4832D'

red 196 ◦ green 131 ◦ blue 45

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

Shades of Geebung #C4832D

Tints of Geebung #C4832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.1%

R = 52.69%
G = 35.22%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4832D (or 0xC4832D) is known color: Geebung. HEX triplet: C4, 83 and 2D. RGB value is (196,131,45). Sum of RGB (Red+Green+Blue) = 196+131+45=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4832D is #3B7CD2. Grayscale: #8D8D8D. Windows color (decimal): -3898579 or 2982852. OLE color: 2982852.

HSL color Cylindrical-coordinate representation of color #C4832D: hue angle of 34.17º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4832D is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 45 -
CMYK 0 0.33 0.77 0.23
HSL 34.17º 0.63% 0.47% -
HSV(B) 34.17º 0.77% 0.77% -
XYZ 31.35 28.16 6.27 -
YUV 140.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 196 131 45 0 0.33 0.77 0.23 34.17 0.63 0.47
Hex C4 83 2D 0 21 4D 17 22 3F 2F
Octal 304 203 55 0 41 115 27 42 77 57
Binary 11000100 10000011 101101 0 100001 1001101 10111 100010 111111 101111

Color Harmonies of #C4832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4832D

Black with #C4832D

Text Example


Text Example

White with #C4832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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