Html Css Color HEX #430F0B Seal Brown

📋 copy color: '#430F0B'

red 67 ◦ green 15 ◦ blue 11

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

Shades of Seal Brown #430F0B

Tints of Seal Brown #430F0B

RGB

 RED value IS 67 (26.56% from 255) = 72.04%

 GREEN value IS 15 (6.25% from 255) = 16.13%

 BLUE value IS 11 (4.69% from 255) = 11.83%

R = 72.04%
G = 16.13%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#430F0B (or 0x430F0B) is known color: Seal Brown. HEX triplet: 43, 0F and 0B. RGB value is (67,15,11). Sum of RGB (Red+Green+Blue) = 67+15+11=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430F0B is #BCF0F4. Grayscale: #1E1E1E. Windows color (decimal): -12382453 or 724803. OLE color: 724803.

HSL color Cylindrical-coordinate representation of color #430F0B: hue angle of 4.29º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430F0B is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 15 11 -
CMYK 0 0.78 0.84 0.74
HSL 4.29º 0.72% 0.15% -
HSV(B) 4.29º 0.84% 0.26% -
XYZ 2.55 1.56 0.48 -
YUV 30.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 67 15 11 0 0.78 0.84 0.74 4.29 0.72 0.15
Hex 43 F B 0 4E 54 4A 4 48 F
Octal 103 17 13 0 116 124 112 4 110 17
Binary 1000011 1111 1011 0 1001110 1010100 1001010 100 1001000 1111

Color Harmonies of #430F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430F0B

Black with #430F0B

Text Example


Text Example

White with #430F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430F0B; }

 p { color: rgb(67,15,11); }

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

background-color css

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

 a { background-color: rgb(67,15,11); }

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

border-color css

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

 span { border-color: rgb(67,15,11); }

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