Html Css Color HEX #865302 Raw Umber

📋 copy color: '#865302'

red 134 ◦ green 83 ◦ blue 2

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

Shades of Raw Umber #865302

Tints of Raw Umber #865302

RGB

 RED value IS 134 (52.73% from 255) = 61.19%

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

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 61.19%
G = 37.9%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#865302 (or 0x865302) is known color: Raw Umber. HEX triplet: 86, 53 and 02. RGB value is (134,83,2). Sum of RGB (Red+Green+Blue) = 134+83+2=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #865302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865302 is #79ACFD. Grayscale: #595959. Windows color (decimal): -7974142 or 152454. OLE color: 152454.

HSL color Cylindrical-coordinate representation of color #865302: hue angle of 36.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #865302 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 83 2 -
CMYK 0 0.38 0.99 0.47
HSL 36.82º 0.97% 0.27% -
HSV(B) 36.82º 0.99% 0.53% -
XYZ 12.94 11.26 1.55 -
YUV 89.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 134 83 2 0 0.38 0.99 0.47 36.82 0.97 0.27
Hex 86 53 2 0 26 63 2F 25 61 1B
Octal 206 123 2 0 46 143 57 45 141 33
Binary 10000110 1010011 10 0 100110 1100011 101111 100101 1100001 11011

Color Harmonies of #865302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865302

Black with #865302

Text Example


Text Example

White with #865302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865302; }

 p { color: rgb(134,83,2); }

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

background-color css

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

 a { background-color: rgb(134,83,2); }

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

border-color css

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

 span { border-color: rgb(134,83,2); }

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