Html Css Color HEX #430D01 Seal Brown

📋 copy color: '#430D01'

red 67 ◦ green 13 ◦ blue 1

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

Shades of Seal Brown #430D01

Tints of Seal Brown #430D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.05%

 BLUE value IS 1 (0.78% from 255) = 1.23%

R = 82.72%
G = 16.05%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#430D01 (or 0x430D01) is known color: Seal Brown. HEX triplet: 43, 0D and 01. RGB value is (67,13,1). Sum of RGB (Red+Green+Blue) = 67+13+1=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #430D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D01 is #BCF2FE. Grayscale: #1B1B1B. Windows color (decimal): -12382975 or 68931. OLE color: 68931.

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

Color convert

RGB 67 13 1 -
CMYK 0 0.81 0.99 0.74
HSL 10.91º 0.97% 0.13% -
HSV(B) 10.91º 0.99% 0.26% -
XYZ 2.46 1.48 0.19 -
YUV 27.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 67 13 1 0 0.81 0.99 0.74 10.91 0.97 0.13
Hex 43 D 1 0 51 63 4A B 61 D
Octal 103 15 1 0 121 143 112 13 141 15
Binary 1000011 1101 1 0 1010001 1100011 1001010 1011 1100001 1101

Color Harmonies of #430D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D01

Black with #430D01

Text Example


Text Example

White with #430D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,13,1); }

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

background-color css

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

 a { background-color: rgb(67,13,1); }

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

border-color css

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

 span { border-color: rgb(67,13,1); }

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