Html Css Color HEX #C3841C Geebung

📋 copy color: '#C3841C'

red 195 ◦ green 132 ◦ blue 28

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

Shades of Geebung #C3841C

Tints of Geebung #C3841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 54.93%
G = 37.18%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3841C (or 0xC3841C) is known color: Geebung. HEX triplet: C3, 84 and 1C. RGB value is (195,132,28). Sum of RGB (Red+Green+Blue) = 195+132+28=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3841C is #3C7BE3. Grayscale: #8B8B8B. Windows color (decimal): -3963876 or 1868995. OLE color: 1868995.

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

Color convert

RGB 195 132 28 -
CMYK 0 0.32 0.86 0.24
HSL 37.37º 0.75% 0.44% -
HSV(B) 37.37º 0.86% 0.76% -
XYZ 30.97 28.19 4.91 -
YUV 138.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 195 132 28 0 0.32 0.86 0.24 37.37 0.75 0.44
Hex C3 84 1C 0 20 56 18 25 4B 2C
Octal 303 204 34 0 40 126 30 45 113 54
Binary 11000011 10000100 11100 0 100000 1010110 11000 100101 1001011 101100

Color Harmonies of #C3841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3841C

Black with #C3841C

Text Example


Text Example

White with #C3841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3841C; }

 p { color: rgb(195,132,28); }

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

background-color css

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

 a { background-color: rgb(195,132,28); }

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

border-color css

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

 span { border-color: rgb(195,132,28); }

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