Html Css Color HEX #230D0D Seal Brown

📋 copy color: '#230D0D'

red 35 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #230D0D

Tints of Seal Brown #230D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 21.31%

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

R = 57.38%
G = 21.31%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#230D0D (or 0x230D0D) is known color: Seal Brown. HEX triplet: 23, 0D and 0D. RGB value is (35,13,13). Sum of RGB (Red+Green+Blue) = 35+13+13=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D0D is #DCF2F2. Grayscale: #131313. Windows color (decimal): -14480115 or 855331. OLE color: 855331.

HSL color Cylindrical-coordinate representation of color #230D0D: hue angle of 0º 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 #230D0D is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 13 13 -
CMYK 0 0.63 0.63 0.86
HSL 0.46% 0.09% -
HSV(B) 0.63% 0.14% -
XYZ 0.91 0.67 0.46 -
YUV 19.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 35 13 13 0 0.63 0.63 0.86 0 0.46 0.09
Hex 23 D D 0 3F 3F 56 0 2E 9
Octal 43 15 15 0 77 77 126 0 56 11
Binary 100011 1101 1101 0 111111 111111 1010110 0 101110 1001

Color Harmonies of #230D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D0D

Black with #230D0D

Text Example


Text Example

White with #230D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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