Html Css Color HEX #450B06 Seal Brown

📋 copy color: '#450B06'

red 69 ◦ green 11 ◦ blue 6

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

Shades of Seal Brown #450B06

Tints of Seal Brown #450B06

RGB

 RED value IS 69 (27.34% from 255) = 80.23%

 GREEN value IS 11 (4.69% from 255) = 12.79%

 BLUE value IS 6 (2.73% from 255) = 6.98%

R = 80.23%
G = 12.79%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#450B06 (or 0x450B06) is known color: Seal Brown. HEX triplet: 45, 0B and 06. RGB value is (69,11,6). Sum of RGB (Red+Green+Blue) = 69+11+6=86 (11% of max value = 765). Red value is 69 (27.34% from 255 or 80.23% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 69 - color contains mainly: red. Hex color #450B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B06 is #BAF4F9. Grayscale: #1B1B1B. Windows color (decimal): -12252410 or 396101. OLE color: 396101.

HSL color Cylindrical-coordinate representation of color #450B06: hue angle of 4.76º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450B06 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 11 6 -
CMYK 0 0.84 0.91 0.73
HSL 4.76º 0.84% 0.15% -
HSV(B) 4.76º 0.91% 0.27% -
XYZ 2.61 1.52 0.33 -
YUV 27.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 69 11 6 0 0.84 0.91 0.73 4.76 0.84 0.15
Hex 45 B 6 0 54 5B 49 5 54 F
Octal 105 13 6 0 124 133 111 5 124 17
Binary 1000101 1011 110 0 1010100 1011011 1001001 101 1010100 1111

Color Harmonies of #450B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B06

Black with #450B06

Text Example


Text Example

White with #450B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450B06; }

 p { color: rgb(69,11,6); }

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

background-color css

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

 a { background-color: rgb(69,11,6); }

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

border-color css

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

 span { border-color: rgb(69,11,6); }

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