Html Css Color HEX #C5841E Geebung

📋 copy color: '#C5841E'

red 197 ◦ green 132 ◦ blue 30

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

Shades of Geebung #C5841E

Tints of Geebung #C5841E

RGB

 RED value IS 197 (77.34% from 255) = 54.87%

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

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

R = 54.87%
G = 36.77%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5841E (or 0xC5841E) is known color: Geebung. HEX triplet: C5, 84 and 1E. RGB value is (197,132,30). Sum of RGB (Red+Green+Blue) = 197+132+30=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5841E is #3A7BE1. Grayscale: #8C8C8C. Windows color (decimal): -3832802 or 2000069. OLE color: 2000069.

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

Color convert

RGB 197 132 30 -
CMYK 0 0.33 0.85 0.23
HSL 36.65º 0.74% 0.45% -
HSV(B) 36.65º 0.85% 0.77% -
XYZ 31.51 28.47 5.06 -
YUV 139.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 197 132 30 0 0.33 0.85 0.23 36.65 0.74 0.45
Hex C5 84 1E 0 21 55 17 25 4A 2D
Octal 305 204 36 0 41 125 27 45 112 55
Binary 11000101 10000100 11110 0 100001 1010101 10111 100101 1001010 101101

Color Harmonies of #C5841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5841E

Black with #C5841E

Text Example


Text Example

White with #C5841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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