Html Css Color HEX #430C05 Seal Brown

📋 copy color: '#430C05'

red 67 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #430C05

Tints of Seal Brown #430C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.29%

 BLUE value IS 5 (2.34% from 255) = 5.95%

R = 79.76%
G = 14.29%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#430C05 (or 0x430C05) is known color: Seal Brown. HEX triplet: 43, 0C and 05. RGB value is (67,12,5). Sum of RGB (Red+Green+Blue) = 67+12+5=84 (11% of max value = 765). Red value is 67 (26.56% from 255 or 79.76% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 67 - color contains mainly: red. Hex color #430C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C05 is #BCF3FA. Grayscale: #1B1B1B. Windows color (decimal): -12383227 or 330819. OLE color: 330819.

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

Color convert

RGB 67 12 5 -
CMYK 0 0.82 0.93 0.74
HSL 6.77º 0.86% 0.14% -
HSV(B) 6.77º 0.93% 0.26% -
XYZ 2.47 1.47 0.3 -
YUV 27.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 67 12 5 0 0.82 0.93 0.74 6.77 0.86 0.14
Hex 43 C 5 0 52 5D 4A 7 56 E
Octal 103 14 5 0 122 135 112 7 126 16
Binary 1000011 1100 101 0 1010010 1011101 1001010 111 1010110 1110

Color Harmonies of #430C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430C05

Black with #430C05

Text Example


Text Example

White with #430C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,12,5); }

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

background-color css

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

 a { background-color: rgb(67,12,5); }

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

border-color css

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

 span { border-color: rgb(67,12,5); }

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