Html Css Color HEX #963023 Burnt Umber

📋 copy color: '#963023'

red 150 ◦ green 48 ◦ blue 35

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

Shades of Burnt Umber #963023

Tints of Burnt Umber #963023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 64.38%
G = 20.6%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#963023 (or 0x963023) is known color: Burnt Umber. HEX triplet: 96, 30 and 23. RGB value is (150,48,35). Sum of RGB (Red+Green+Blue) = 150+48+35=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #963023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963023 is #69CFDC. Grayscale: #4D4D4D. Windows color (decimal): -6934493 or 2306198. OLE color: 2306198.

HSL color Cylindrical-coordinate representation of color #963023: hue angle of 6.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963023 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 48 35 -
CMYK 0 0.68 0.77 0.41
HSL 6.78º 0.62% 0.36% -
HSV(B) 6.78º 0.77% 0.59% -
XYZ 13.94 8.72 2.54 -
YUV 77.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 150 48 35 0 0.68 0.77 0.41 6.78 0.62 0.36
Hex 96 30 23 0 44 4D 29 7 3E 24
Octal 226 60 43 0 104 115 51 7 76 44
Binary 10010110 110000 100011 0 1000100 1001101 101001 111 111110 100100

Color Harmonies of #963023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963023

Black with #963023

Text Example


Text Example

White with #963023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963023; }

 p { color: rgb(150,48,35); }

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

background-color css

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

 a { background-color: rgb(150,48,35); }

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

border-color css

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

 span { border-color: rgb(150,48,35); }

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