Html Css Color HEX #C3832F Geebung

📋 copy color: '#C3832F'

red 195 ◦ green 131 ◦ blue 47

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

Shades of Geebung #C3832F

Tints of Geebung #C3832F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 52.28%
G = 35.12%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3832F (or 0xC3832F) is known color: Geebung. HEX triplet: C3, 83 and 2F. RGB value is (195,131,47). Sum of RGB (Red+Green+Blue) = 195+131+47=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3832F is #3C7CD0. Grayscale: #8C8C8C. Windows color (decimal): -3964113 or 3113923. OLE color: 3113923.

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

Color convert

RGB 195 131 47 -
CMYK 0 0.33 0.76 0.24
HSL 34.05º 0.61% 0.47% -
HSV(B) 34.05º 0.76% 0.76% -
XYZ 31.14 28.04 6.46 -
YUV 140.56 75.2 166.83 -
System Red Green Blue C M Y K H S L
Decimal 195 131 47 0 0.33 0.76 0.24 34.05 0.61 0.47
Hex C3 83 2F 0 21 4C 18 22 3D 2F
Octal 303 203 57 0 41 114 30 42 75 57
Binary 11000011 10000011 101111 0 100001 1001100 11000 100010 111101 101111

Color Harmonies of #C3832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3832F

Black with #C3832F

Text Example


Text Example

White with #C3832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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