Html Css Color HEX #835C01 Raw Umber

📋 copy color: '#835C01'

red 131 ◦ green 92 ◦ blue 1

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

Shades of Raw Umber #835C01

Tints of Raw Umber #835C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.07%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 58.48%
G = 41.07%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#835C01 (or 0x835C01) is known color: Raw Umber. HEX triplet: 83, 5C and 01. RGB value is (131,92,1). Sum of RGB (Red+Green+Blue) = 131+92+1=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #835C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835C01 is #7CA3FE. Grayscale: #5D5D5D. Windows color (decimal): -8168447 or 89219. OLE color: 89219.

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

Color convert

RGB 131 92 1 -
CMYK 0 0.30 0.99 0.49
HSL 42º 0.98% 0.26% -
HSV(B) 42º 0.99% 0.51% -
XYZ 13.19 12.48 1.74 -
YUV 93.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 131 92 1 0 0.30 0.99 0.49 42 0.98 0.26
Hex 83 5C 1 0 1E 63 31 2A 62 1A
Octal 203 134 1 0 36 143 61 52 142 32
Binary 10000011 1011100 1 0 11110 1100011 110001 101010 1100010 11010

Color Harmonies of #835C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835C01

Black with #835C01

Text Example


Text Example

White with #835C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835C01; }

 p { color: rgb(131,92,1); }

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

background-color css

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

 a { background-color: rgb(131,92,1); }

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

border-color css

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

 span { border-color: rgb(131,92,1); }

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