Html Css Color HEX #230F0D Seal Brown

📋 copy color: '#230F0D'

red 35 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #230F0D

Tints of Seal Brown #230F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

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

R = 55.56%
G = 23.81%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#230F0D (or 0x230F0D) is known color: Seal Brown. HEX triplet: 23, 0F and 0D. RGB value is (35,15,13). Sum of RGB (Red+Green+Blue) = 35+15+13=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F0D is #DCF0F2. Grayscale: #141414. Windows color (decimal): -14479603 or 855843. OLE color: 855843.

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

Color convert

RGB 35 15 13 -
CMYK 0 0.57 0.63 0.86
HSL 5.45º 0.46% 0.09% -
HSV(B) 5.45º 0.63% 0.14% -
XYZ 0.94 0.73 0.47 -
YUV 20.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 35 15 13 0 0.57 0.63 0.86 5.45 0.46 0.09
Hex 23 F D 0 39 3F 56 5 2E 9
Octal 43 17 15 0 71 77 126 5 56 11
Binary 100011 1111 1101 0 111001 111111 1010110 101 101110 1001

Color Harmonies of #230F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F0D

Black with #230F0D

Text Example


Text Example

White with #230F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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