Html Css Color HEX #230D0A Seal Brown

📋 copy color: '#230D0A'

red 35 ◦ green 13 ◦ blue 10

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

Shades of Seal Brown #230D0A

Tints of Seal Brown #230D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 17.24%

R = 60.34%
G = 22.41%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.86

RGB Variations

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

Color information

#230D0A (or 0x230D0A) is known color: Seal Brown. HEX triplet: 23, 0D and 0A. RGB value is (35,13,10). Sum of RGB (Red+Green+Blue) = 35+13+10=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D0A is #DCF2F5. Grayscale: #131313. Windows color (decimal): -14480118 or 658723. OLE color: 658723.

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

Color convert

RGB 35 13 10 -
CMYK 0 0.63 0.71 0.86
HSL 7.2º 0.56% 0.09% -
HSV(B) 7.2º 0.71% 0.14% -
XYZ 0.89 0.67 0.37 -
YUV 19.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 35 13 10 0 0.63 0.71 0.86 7.2 0.56 0.09
Hex 23 D A 0 3F 47 56 7 38 9
Octal 43 15 12 0 77 107 126 7 70 11
Binary 100011 1101 1010 0 111111 1000111 1010110 111 111000 1001

Color Harmonies of #230D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D0A

Black with #230D0A

Text Example


Text Example

White with #230D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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