Html Css Color HEX #C5851F Geebung

📋 copy color: '#C5851F'

red 197 ◦ green 133 ◦ blue 31

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

Shades of Geebung #C5851F

Tints of Geebung #C5851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 54.57%
G = 36.84%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5851F (or 0xC5851F) is known color: Geebung. HEX triplet: C5, 85 and 1F. RGB value is (197,133,31). Sum of RGB (Red+Green+Blue) = 197+133+31=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5851F is #3A7AE0. Grayscale: #8C8C8C. Windows color (decimal): -3832545 or 2065861. OLE color: 2065861.

HSL color Cylindrical-coordinate representation of color #C5851F: hue angle of 36.87º 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 #C5851F is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 31 -
CMYK 0 0.32 0.84 0.23
HSL 36.87º 0.73% 0.45% -
HSV(B) 36.87º 0.84% 0.77% -
XYZ 31.66 28.74 5.18 -
YUV 140.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 197 133 31 0 0.32 0.84 0.23 36.87 0.73 0.45
Hex C5 85 1F 0 20 54 17 25 49 2D
Octal 305 205 37 0 40 124 27 45 111 55
Binary 11000101 10000101 11111 0 100000 1010100 10111 100101 1001001 101101

Color Harmonies of #C5851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5851F

Black with #C5851F

Text Example


Text Example

White with #C5851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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