Html Css Color HEX #C4832B Geebung

📋 copy color: '#C4832B'

red 196 ◦ green 131 ◦ blue 43

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

Shades of Geebung #C4832B

Tints of Geebung #C4832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 52.97%
G = 35.41%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4832B (or 0xC4832B) is known color: Geebung. HEX triplet: C4, 83 and 2B. RGB value is (196,131,43). Sum of RGB (Red+Green+Blue) = 196+131+43=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4832B is #3B7CD4. Grayscale: #8C8C8C. Windows color (decimal): -3898581 or 2851780. OLE color: 2851780.

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

Color convert

RGB 196 131 43 -
CMYK 0 0.33 0.78 0.23
HSL 34.51º 0.64% 0.47% -
HSV(B) 34.51º 0.78% 0.77% -
XYZ 31.32 28.14 6.07 -
YUV 140.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 196 131 43 0 0.33 0.78 0.23 34.51 0.64 0.47
Hex C4 83 2B 0 21 4E 17 23 40 2F
Octal 304 203 53 0 41 116 27 43 100 57
Binary 11000100 10000011 101011 0 100001 1001110 10111 100011 1000000 101111

Color Harmonies of #C4832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4832B

Black with #C4832B

Text Example


Text Example

White with #C4832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4832B; }

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

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

background-color css

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

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

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

border-color css

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

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

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