Html Css Color HEX #430F00 Seal Brown

📋 copy color: '#430F00'

red 67 ◦ green 15 ◦ blue 0

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

Shades of Seal Brown #430F00

Tints of Seal Brown #430F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.71%
G = 18.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#430F00 (or 0x430F00) is known color: Seal Brown. HEX triplet: 43, 0F and 00. RGB value is (67,15,0). Sum of RGB (Red+Green+Blue) = 67+15+0=82 (10% of max value = 765). Red value is 67 (26.56% from 255 or 81.71% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 67 - color contains mainly: red. Hex color #430F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430F00 is #BCF0FF. Grayscale: #1C1C1C. Windows color (decimal): -12382464 or 3907. OLE color: 3907.

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

Color convert

RGB 67 15 0 -
CMYK 0 0.78 1 0.74
HSL 13.43º 1% 0.13% -
HSV(B) 13.43º 1% 0.26% -
XYZ 2.49 1.53 0.17 -
YUV 28.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 67 15 0 0 0.78 1 0.74 13.43 1 0.13
Hex 43 F 0 0 4E 64 4A D 64 D
Octal 103 17 0 0 116 144 112 15 144 15
Binary 1000011 1111 0 0 1001110 1100100 1001010 1101 1100100 1101

Color Harmonies of #430F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430F00

Black with #430F00

Text Example


Text Example

White with #430F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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