Html Css Color HEX #380C02 Seal Brown

📋 copy color: '#380C02'

red 56 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #380C02

Tints of Seal Brown #380C02

RGB

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

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

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

R = 80%
G = 17.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#380C02 (or 0x380C02) is known color: Seal Brown. HEX triplet: 38, 0C and 02. RGB value is (56,12,2). Sum of RGB (Red+Green+Blue) = 56+12+2=70 (9% of max value = 765). Red value is 56 (22.27% from 255 or 80% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 56 - color contains mainly: red. Hex color #380C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380C02 is #C7F3FD. Grayscale: #181818. Windows color (decimal): -13104126 or 134200. OLE color: 134200.

HSL color Cylindrical-coordinate representation of color #380C02: hue angle of 11.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380C02 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 12 2 -
CMYK 0 0.79 0.96 0.78
HSL 11.11º 0.93% 0.11% -
HSV(B) 11.11º 0.96% 0.22% -
XYZ 1.77 1.11 0.18 -
YUV 24.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 56 12 2 0 0.79 0.96 0.78 11.11 0.93 0.11
Hex 38 C 2 0 4F 60 4E B 5D B
Octal 70 14 2 0 117 140 116 13 135 13
Binary 111000 1100 10 0 1001111 1100000 1001110 1011 1011101 1011

Color Harmonies of #380C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C02

Black with #380C02

Text Example


Text Example

White with #380C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,12,2); }

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

background-color css

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

 a { background-color: rgb(56,12,2); }

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

border-color css

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

 span { border-color: rgb(56,12,2); }

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