Html Css Color HEX #962905 Burnt Umber

📋 copy color: '#962905'

red 150 ◦ green 41 ◦ blue 5

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

Shades of Burnt Umber #962905

Tints of Burnt Umber #962905

RGB

 RED value IS 150 (58.98% from 255) = 76.53%

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 5 (2.34% from 255) = 2.55%

R = 76.53%
G = 20.92%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#962905 (or 0x962905) is known color: Burnt Umber. HEX triplet: 96, 29 and 05. RGB value is (150,41,5). Sum of RGB (Red+Green+Blue) = 150+41+5=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #962905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962905 is #69D6FA. Grayscale: #454545. Windows color (decimal): -6936315 or 338326. OLE color: 338326.

HSL color Cylindrical-coordinate representation of color #962905: hue angle of 14.9º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #962905 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 5 -
CMYK 0 0.73 0.97 0.41
HSL 14.9º 0.94% 0.3% -
HSV(B) 14.9º 0.97% 0.59% -
XYZ 13.4 8.08 1 -
YUV 69.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 150 41 5 0 0.73 0.97 0.41 14.9 0.94 0.3
Hex 96 29 5 0 49 61 29 F 5E 1E
Octal 226 51 5 0 111 141 51 17 136 36
Binary 10010110 101001 101 0 1001001 1100001 101001 1111 1011110 11110

Color Harmonies of #962905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962905

Black with #962905

Text Example


Text Example

White with #962905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962905; }

 p { color: rgb(150,41,5); }

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

background-color css

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

 a { background-color: rgb(150,41,5); }

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

border-color css

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

 span { border-color: rgb(150,41,5); }

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