Html Css Color HEX #230E09 Seal Brown

📋 copy color: '#230E09'

red 35 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #230E09

Tints of Seal Brown #230E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 60.34%
G = 24.14%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#230E09 (or 0x230E09) is known color: Seal Brown. HEX triplet: 23, 0E and 09. RGB value is (35,14,9). Sum of RGB (Red+Green+Blue) = 35+14+9=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E09 is #DCF1F6. Grayscale: #131313. Windows color (decimal): -14479863 or 593443. OLE color: 593443.

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

Color convert

RGB 35 14 9 -
CMYK 0 0.60 0.74 0.86
HSL 11.54º 0.59% 0.09% -
HSV(B) 11.54º 0.74% 0.14% -
XYZ 0.9 0.69 0.34 -
YUV 19.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 35 14 9 0 0.60 0.74 0.86 11.54 0.59 0.09
Hex 23 E 9 0 3C 4A 56 C 3B 9
Octal 43 16 11 0 74 112 126 14 73 11
Binary 100011 1110 1001 0 111100 1001010 1010110 1100 111011 1001

Color Harmonies of #230E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E09

Black with #230E09

Text Example


Text Example

White with #230E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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