Html Css Color HEX #230E0D Seal Brown

📋 copy color: '#230E0D'

red 35 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #230E0D

Tints of Seal Brown #230E0D

RGB

 RED value IS 35 (14.06% from 255) = 56.45%

 GREEN value IS 14 (5.86% from 255) = 22.58%

 BLUE value IS 13 (5.47% from 255) = 20.97%

R = 56.45%
G = 22.58%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#230E0D (or 0x230E0D) is known color: Seal Brown. HEX triplet: 23, 0E and 0D. RGB value is (35,14,13). Sum of RGB (Red+Green+Blue) = 35+14+13=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E0D is #DCF1F2. Grayscale: #141414. Windows color (decimal): -14479859 or 855587. OLE color: 855587.

HSL color Cylindrical-coordinate representation of color #230E0D: hue angle of 2.73º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #230E0D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 14 13 -
CMYK 0 0.60 0.63 0.86
HSL 2.73º 0.46% 0.09% -
HSV(B) 2.73º 0.63% 0.14% -
XYZ 0.92 0.7 0.47 -
YUV 20.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 35 14 13 0 0.60 0.63 0.86 2.73 0.46 0.09
Hex 23 E D 0 3C 3F 56 3 2E 9
Octal 43 16 15 0 74 77 126 3 56 11
Binary 100011 1110 1101 0 111100 111111 1010110 11 101110 1001

Color Harmonies of #230E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E0D

Black with #230E0D

Text Example


Text Example

White with #230E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230E0D; }

 p { color: rgb(35,14,13); }

 H1.HeaderClassName
 {
   color: #230E0D;
 }
 .AnyTagClassName
 {
   color: #230E0D;
 }
</style>

background-color css

<style>
 a { background-color: #230E0D; }

 a { background-color: rgb(35,14,13); }

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

border-color css

<style>
 span { border-color: #230E0D; }

 span { border-color: rgb(35,14,13); }

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