Html Css Color HEX #C3841E Geebung

📋 copy color: '#C3841E'

red 195 ◦ green 132 ◦ blue 30

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

Shades of Geebung #C3841E

Tints of Geebung #C3841E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.4%

R = 54.62%
G = 36.97%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3841E (or 0xC3841E) is known color: Geebung. HEX triplet: C3, 84 and 1E. RGB value is (195,132,30). Sum of RGB (Red+Green+Blue) = 195+132+30=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3841E is #3C7BE1. Grayscale: #8B8B8B. Windows color (decimal): -3963874 or 2000067. OLE color: 2000067.

HSL color Cylindrical-coordinate representation of color #C3841E: hue angle of 37.09º degrees, saturation: 0.73, 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 #C3841E is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 30 -
CMYK 0 0.32 0.85 0.24
HSL 37.09º 0.73% 0.44% -
HSV(B) 37.09º 0.85% 0.76% -
XYZ 30.99 28.2 5.04 -
YUV 139.21 66.37 167.79 -
System Red Green Blue C M Y K H S L
Decimal 195 132 30 0 0.32 0.85 0.24 37.09 0.73 0.44
Hex C3 84 1E 0 20 55 18 25 49 2C
Octal 303 204 36 0 40 125 30 45 111 54
Binary 11000011 10000100 11110 0 100000 1010101 11000 100101 1001001 101100

Color Harmonies of #C3841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3841E

Black with #C3841E

Text Example


Text Example

White with #C3841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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