Html Css Color HEX #430B02 Seal Brown

📋 copy color: '#430B02'

red 67 ◦ green 11 ◦ blue 2

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

Shades of Seal Brown #430B02

Tints of Seal Brown #430B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.5%

R = 83.75%
G = 13.75%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#430B02 (or 0x430B02) is known color: Seal Brown. HEX triplet: 43, 0B and 02. RGB value is (67,11,2). Sum of RGB (Red+Green+Blue) = 67+11+2=80 (10% of max value = 765). Red value is 67 (26.56% from 255 or 83.75% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 67 - color contains mainly: red. Hex color #430B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B02 is #BCF4FD. Grayscale: #1A1A1A. Windows color (decimal): -12383486 or 133955. OLE color: 133955.

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

Color convert

RGB 67 11 2 -
CMYK 0 0.84 0.97 0.74
HSL 8.31º 0.94% 0.14% -
HSV(B) 8.31º 0.97% 0.26% -
XYZ 2.45 1.44 0.21 -
YUV 26.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 67 11 2 0 0.84 0.97 0.74 8.31 0.94 0.14
Hex 43 B 2 0 54 61 4A 8 5E E
Octal 103 13 2 0 124 141 112 10 136 16
Binary 1000011 1011 10 0 1010100 1100001 1001010 1000 1011110 1110

Color Harmonies of #430B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B02

Black with #430B02

Text Example


Text Example

White with #430B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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