Html Css Color HEX #380A05 Seal Brown

📋 copy color: '#380A05'

red 56 ◦ green 10 ◦ blue 5

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

Shades of Seal Brown #380A05

Tints of Seal Brown #380A05

RGB

 RED value IS 56 (22.27% from 255) = 78.87%

 GREEN value IS 10 (4.3% from 255) = 14.08%

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

R = 78.87%
G = 14.08%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#380A05 (or 0x380A05) is known color: Seal Brown. HEX triplet: 38, 0A and 05. RGB value is (56,10,5). Sum of RGB (Red+Green+Blue) = 56+10+5=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #380A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A05 is #C7F5FA. Grayscale: #171717. Windows color (decimal): -13104635 or 330296. OLE color: 330296.

HSL color Cylindrical-coordinate representation of color #380A05: hue angle of 5.88º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380A05 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 10 5 -
CMYK 0 0.82 0.91 0.78
HSL 5.88º 0.84% 0.12% -
HSV(B) 5.88º 0.91% 0.22% -
XYZ 1.77 1.07 0.26 -
YUV 23.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 56 10 5 0 0.82 0.91 0.78 5.88 0.84 0.12
Hex 38 A 5 0 52 5B 4E 6 54 C
Octal 70 12 5 0 122 133 116 6 124 14
Binary 111000 1010 101 0 1010010 1011011 1001110 110 1010100 1100

Color Harmonies of #380A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A05

Black with #380A05

Text Example


Text Example

White with #380A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A05; }

 p { color: rgb(56,10,5); }

 H1.HeaderClassName
 {
   color: #380A05;
 }
 .AnyTagClassName
 {
   color: #380A05;
 }
</style>

background-color css

<style>
 a { background-color: #380A05; }

 a { background-color: rgb(56,10,5); }

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

border-color css

<style>
 span { border-color: #380A05; }

 span { border-color: rgb(56,10,5); }

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