Html Css Color HEX #5F5303 Raw Umber

📋 copy color: '#5F5303'

red 95 ◦ green 83 ◦ blue 3

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

Shades of Raw Umber #5F5303

Tints of Raw Umber #5F5303

RGB

 RED value IS 95 (37.5% from 255) = 52.49%

 GREEN value IS 83 (32.81% from 255) = 45.86%

 BLUE value IS 3 (1.56% from 255) = 1.66%

R = 52.49%
G = 45.86%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#5F5303 (or 0x5F5303) is known color: Raw Umber. HEX triplet: 5F, 53 and 03. RGB value is (95,83,3). Sum of RGB (Red+Green+Blue) = 95+83+3=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5303 is #A0ACFC. Grayscale: #4D4D4D. Windows color (decimal): -10530045 or 217951. OLE color: 217951.

HSL color Cylindrical-coordinate representation of color #5F5303: hue angle of 52.17º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F5303 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 83 3 -
CMYK 0 0.13 0.97 0.63
HSL 52.17º 0.94% 0.19% -
HSV(B) 52.17º 0.97% 0.37% -
XYZ 7.83 8.63 1.34 -
YUV 77.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 95 83 3 0 0.13 0.97 0.63 52.17 0.94 0.19
Hex 5F 53 3 0 D 61 3F 34 5E 13
Octal 137 123 3 0 15 141 77 64 136 23
Binary 1011111 1010011 11 0 1101 1100001 111111 110100 1011110 10011

Color Harmonies of #5F5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5303

Black with #5F5303

Text Example


Text Example

White with #5F5303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F5303; }

 p { color: rgb(95,83,3); }

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

background-color css

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

 a { background-color: rgb(95,83,3); }

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

border-color css

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

 span { border-color: rgb(95,83,3); }

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