Html Css Color HEX #C3832D Geebung

📋 copy color: '#C3832D'

red 195 ◦ green 131 ◦ blue 45

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

Shades of Geebung #C3832D

Tints of Geebung #C3832D

RGB

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

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

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

R = 52.56%
G = 35.31%
B = 12.13%

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

#C3832D (or 0xC3832D) is known color: Geebung. HEX triplet: C3, 83 and 2D. RGB value is (195,131,45). Sum of RGB (Red+Green+Blue) = 195+131+45=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3832D is #3C7CD2. Grayscale: #8C8C8C. Windows color (decimal): -3964115 or 2982851. OLE color: 2982851.

HSL color Cylindrical-coordinate representation of color #C3832D: hue angle of 34.4º degrees, saturation: 0.62, 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 #C3832D is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 45 -
CMYK 0 0.33 0.77 0.24
HSL 34.4º 0.63% 0.47% -
HSV(B) 34.4º 0.77% 0.76% -
XYZ 31.1 28.02 6.25 -
YUV 140.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 195 131 45 0 0.33 0.77 0.24 34.4 0.63 0.47
Hex C3 83 2D 0 21 4D 18 22 3E 2F
Octal 303 203 55 0 41 115 30 42 76 57
Binary 11000011 10000011 101101 0 100001 1001101 11000 100010 111110 101111

Color Harmonies of #C3832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3832D

Black with #C3832D

Text Example


Text Example

White with #C3832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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