Html Css Color HEX #C5841F Geebung

📋 copy color: '#C5841F'

red 197 ◦ green 132 ◦ blue 31

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

Shades of Geebung #C5841F

Tints of Geebung #C5841F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.61%

R = 54.72%
G = 36.67%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5841F (or 0xC5841F) is known color: Geebung. HEX triplet: C5, 84 and 1F. RGB value is (197,132,31). Sum of RGB (Red+Green+Blue) = 197+132+31=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5841F is #3A7BE0. Grayscale: #8C8C8C. Windows color (decimal): -3832801 or 2065605. OLE color: 2065605.

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

Color convert

RGB 197 132 31 -
CMYK 0 0.33 0.84 0.23
HSL 36.51º 0.73% 0.45% -
HSV(B) 36.51º 0.84% 0.77% -
XYZ 31.52 28.47 5.13 -
YUV 139.92 66.53 168.71 -
System Red Green Blue C M Y K H S L
Decimal 197 132 31 0 0.33 0.84 0.23 36.51 0.73 0.45
Hex C5 84 1F 0 21 54 17 25 49 2D
Octal 305 204 37 0 41 124 27 45 111 55
Binary 11000101 10000100 11111 0 100001 1010100 10111 100101 1001001 101101

Color Harmonies of #C5841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5841F

Black with #C5841F

Text Example


Text Example

White with #C5841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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