Html Css Color HEX #825C0C Raw Umber

📋 copy color: '#825C0C'

red 130 ◦ green 92 ◦ blue 12

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

Shades of Raw Umber #825C0C

Tints of Raw Umber #825C0C

RGB

 RED value IS 130 (51.17% from 255) = 55.56%

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 55.56%
G = 39.32%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#825C0C (or 0x825C0C) is known color: Raw Umber. HEX triplet: 82, 5C and 0C. RGB value is (130,92,12). Sum of RGB (Red+Green+Blue) = 130+92+12=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #825C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C0C is #7DA3F3. Grayscale: #5E5E5E. Windows color (decimal): -8233972 or 810114. OLE color: 810114.

HSL color Cylindrical-coordinate representation of color #825C0C: hue angle of 40.68º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #825C0C is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 12 -
CMYK 0 0.29 0.91 0.49
HSL 40.68º 0.83% 0.28% -
HSV(B) 40.68º 0.91% 0.51% -
XYZ 13.1 12.43 2.06 -
YUV 94.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 130 92 12 0 0.29 0.91 0.49 40.68 0.83 0.28
Hex 82 5C C 0 1D 5B 31 29 53 1C
Octal 202 134 14 0 35 133 61 51 123 34
Binary 10000010 1011100 1100 0 11101 1011011 110001 101001 1010011 11100

Color Harmonies of #825C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C0C

Black with #825C0C

Text Example


Text Example

White with #825C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C0C; }

 p { color: rgb(130,92,12); }

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

background-color css

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

 a { background-color: rgb(130,92,12); }

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

border-color css

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

 span { border-color: rgb(130,92,12); }

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