Html Css Color HEX #835402 Raw Umber

📋 copy color: '#835402'

red 131 ◦ green 84 ◦ blue 2

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

Shades of Raw Umber #835402

Tints of Raw Umber #835402

RGB

 RED value IS 131 (51.56% from 255) = 60.37%

 GREEN value IS 84 (33.2% from 255) = 38.71%

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

R = 60.37%
G = 38.71%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#835402 (or 0x835402) is known color: Raw Umber. HEX triplet: 83, 54 and 02. RGB value is (131,84,2). Sum of RGB (Red+Green+Blue) = 131+84+2=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #835402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835402 is #7CABFD. Grayscale: #595959. Windows color (decimal): -8170494 or 152707. OLE color: 152707.

HSL color Cylindrical-coordinate representation of color #835402: hue angle of 38.14º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #835402 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 84 2 -
CMYK 0 0.36 0.98 0.49
HSL 38.14º 0.97% 0.26% -
HSV(B) 38.14º 0.98% 0.51% -
XYZ 12.54 11.17 1.55 -
YUV 88.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 131 84 2 0 0.36 0.98 0.49 38.14 0.97 0.26
Hex 83 54 2 0 24 62 31 26 61 1A
Octal 203 124 2 0 44 142 61 46 141 32
Binary 10000011 1010100 10 0 100100 1100010 110001 100110 1100001 11010

Color Harmonies of #835402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835402

Black with #835402

Text Example


Text Example

White with #835402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835402; }

 p { color: rgb(131,84,2); }

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

background-color css

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

 a { background-color: rgb(131,84,2); }

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

border-color css

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

 span { border-color: rgb(131,84,2); }

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