Html Css Color HEX #81550F Raw Umber

📋 copy color: '#81550F'

red 129 ◦ green 85 ◦ blue 15

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

Shades of Raw Umber #81550F

Tints of Raw Umber #81550F

RGB

 RED value IS 129 (50.78% from 255) = 56.33%

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 56.33%
G = 37.12%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#81550F (or 0x81550F) is known color: Raw Umber. HEX triplet: 81, 55 and 0F. RGB value is (129,85,15). Sum of RGB (Red+Green+Blue) = 129+85+15=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #81550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81550F is #7EAAF0. Grayscale: #5A5A5A. Windows color (decimal): -8301297 or 1004929. OLE color: 1004929.

HSL color Cylindrical-coordinate representation of color #81550F: hue angle of 36.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81550F is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 85 15 -
CMYK 0 0.34 0.88 0.49
HSL 36.84º 0.79% 0.28% -
HSV(B) 36.84º 0.88% 0.51% -
XYZ 12.39 11.2 1.96 -
YUV 90.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 129 85 15 0 0.34 0.88 0.49 36.84 0.79 0.28
Hex 81 55 F 0 22 58 31 25 4F 1C
Octal 201 125 17 0 42 130 61 45 117 34
Binary 10000001 1010101 1111 0 100010 1011000 110001 100101 1001111 11100

Color Harmonies of #81550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81550F

Black with #81550F

Text Example


Text Example

White with #81550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81550F; }

 p { color: rgb(129,85,15); }

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

background-color css

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

 a { background-color: rgb(129,85,15); }

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

border-color css

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

 span { border-color: rgb(129,85,15); }

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