Html Css Color HEX #C3831D Geebung

📋 copy color: '#C3831D'

red 195 ◦ green 131 ◦ blue 29

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

Shades of Geebung #C3831D

Tints of Geebung #C3831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 54.93%
G = 36.9%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3831D (or 0xC3831D) is known color: Geebung. HEX triplet: C3, 83 and 1D. RGB value is (195,131,29). Sum of RGB (Red+Green+Blue) = 195+131+29=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3831D is #3C7CE2. Grayscale: #8A8A8A. Windows color (decimal): -3964131 or 1934275. OLE color: 1934275.

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

Color convert

RGB 195 131 29 -
CMYK 0 0.33 0.85 0.24
HSL 36.87º 0.74% 0.44% -
HSV(B) 36.87º 0.85% 0.76% -
XYZ 30.84 27.92 4.93 -
YUV 138.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 195 131 29 0 0.33 0.85 0.24 36.87 0.74 0.44
Hex C3 83 1D 0 21 55 18 25 4A 2C
Octal 303 203 35 0 41 125 30 45 112 54
Binary 11000011 10000011 11101 0 100001 1010101 11000 100101 1001010 101100

Color Harmonies of #C3831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3831D

Black with #C3831D

Text Example


Text Example

White with #C3831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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