Html Css Color HEX #C5882F Geebung

📋 copy color: '#C5882F'

red 197 ◦ green 136 ◦ blue 47

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

Shades of Geebung #C5882F

Tints of Geebung #C5882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.79%

 BLUE value IS 47 (18.75% from 255) = 12.37%

R = 51.84%
G = 35.79%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5882F (or 0xC5882F) is known color: Geebung. HEX triplet: C5, 88 and 2F. RGB value is (197,136,47). Sum of RGB (Red+Green+Blue) = 197+136+47=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5882F is #3A77D0. Grayscale: #909090. Windows color (decimal): -3831761 or 3115205. OLE color: 3115205.

HSL color Cylindrical-coordinate representation of color #C5882F: hue angle of 35.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5882F is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 136 47 -
CMYK 0 0.31 0.76 0.23
HSL 35.6º 0.61% 0.48% -
HSV(B) 35.6º 0.76% 0.77% -
XYZ 32.34 29.68 6.71 -
YUV 144.09 73.21 165.74 -
System Red Green Blue C M Y K H S L
Decimal 197 136 47 0 0.31 0.76 0.23 35.6 0.61 0.48
Hex C5 88 2F 0 1F 4C 17 24 3D 30
Octal 305 210 57 0 37 114 27 44 75 60
Binary 11000101 10001000 101111 0 11111 1001100 10111 100100 111101 110000

Color Harmonies of #C5882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5882F

Black with #C5882F

Text Example


Text Example

White with #C5882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5882F; }

 p { color: rgb(197,136,47); }

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

background-color css

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

 a { background-color: rgb(197,136,47); }

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

border-color css

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

 span { border-color: rgb(197,136,47); }

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