Html Css Color HEX #450B07 Seal Brown

📋 copy color: '#450B07'

red 69 ◦ green 11 ◦ blue 7

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

Shades of Seal Brown #450B07

Tints of Seal Brown #450B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.05%

R = 79.31%
G = 12.64%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#450B07 (or 0x450B07) is known color: Seal Brown. HEX triplet: 45, 0B and 07. RGB value is (69,11,7). Sum of RGB (Red+Green+Blue) = 69+11+7=87 (11% of max value = 765). Red value is 69 (27.34% from 255 or 79.31% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 69 - color contains mainly: red. Hex color #450B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B07 is #BAF4F8. Grayscale: #1B1B1B. Windows color (decimal): -12252409 or 461637. OLE color: 461637.

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

Color convert

RGB 69 11 7 -
CMYK 0 0.84 0.90 0.73
HSL 3.87º 0.82% 0.15% -
HSV(B) 3.87º 0.9% 0.27% -
XYZ 2.61 1.52 0.36 -
YUV 27.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 69 11 7 0 0.84 0.90 0.73 3.87 0.82 0.15
Hex 45 B 7 0 54 5A 49 4 52 F
Octal 105 13 7 0 124 132 111 4 122 17
Binary 1000101 1011 111 0 1010100 1011010 1001001 100 1010010 1111

Color Harmonies of #450B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B07

Black with #450B07

Text Example


Text Example

White with #450B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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