Html Css Color HEX #C3832B Geebung

📋 copy color: '#C3832B'

red 195 ◦ green 131 ◦ blue 43

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

Shades of Geebung #C3832B

Tints of Geebung #C3832B

RGB

 RED value IS 195 (76.56% from 255) = 52.85%

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

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

R = 52.85%
G = 35.5%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3832B (or 0xC3832B) is known color: Geebung. HEX triplet: C3, 83 and 2B. RGB value is (195,131,43). Sum of RGB (Red+Green+Blue) = 195+131+43=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3832B is #3C7CD4. Grayscale: #8C8C8C. Windows color (decimal): -3964117 or 2851779. OLE color: 2851779.

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

Color convert

RGB 195 131 43 -
CMYK 0 0.33 0.78 0.24
HSL 34.74º 0.64% 0.47% -
HSV(B) 34.74º 0.78% 0.76% -
XYZ 31.06 28.01 6.05 -
YUV 140.1 73.2 167.16 -
System Red Green Blue C M Y K H S L
Decimal 195 131 43 0 0.33 0.78 0.24 34.74 0.64 0.47
Hex C3 83 2B 0 21 4E 18 23 40 2F
Octal 303 203 53 0 41 116 30 43 100 57
Binary 11000011 10000011 101011 0 100001 1001110 11000 100011 1000000 101111

Color Harmonies of #C3832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3832B

Black with #C3832B

Text Example


Text Example

White with #C3832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3832B; }

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

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

background-color css

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

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

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

border-color css

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

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

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