Html Css Color HEX #C3832C Geebung

📋 copy color: '#C3832C'

red 195 ◦ green 131 ◦ blue 44

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

Shades of Geebung #C3832C

Tints of Geebung #C3832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 52.7%
G = 35.41%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3832C (or 0xC3832C) is known color: Geebung. HEX triplet: C3, 83 and 2C. RGB value is (195,131,44). Sum of RGB (Red+Green+Blue) = 195+131+44=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3832C is #3C7CD3. Grayscale: #8C8C8C. Windows color (decimal): -3964116 or 2917315. OLE color: 2917315.

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

Color convert

RGB 195 131 44 -
CMYK 0 0.33 0.77 0.24
HSL 34.57º 0.63% 0.47% -
HSV(B) 34.57º 0.77% 0.76% -
XYZ 31.08 28.02 6.15 -
YUV 140.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 195 131 44 0 0.33 0.77 0.24 34.57 0.63 0.47
Hex C3 83 2C 0 21 4D 18 23 3F 2F
Octal 303 203 54 0 41 115 30 43 77 57
Binary 11000011 10000011 101100 0 100001 1001101 11000 100011 111111 101111

Color Harmonies of #C3832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3832C

Black with #C3832C

Text Example


Text Example

White with #C3832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3832C; }

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

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

background-color css

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

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

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

border-color css

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

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

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