Html Css Color HEX #230B09 Seal Brown

📋 copy color: '#230B09'

red 35 ◦ green 11 ◦ blue 9

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

Shades of Seal Brown #230B09

Tints of Seal Brown #230B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20%

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

R = 63.64%
G = 20%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#230B09 (or 0x230B09) is known color: Seal Brown. HEX triplet: 23, 0B and 09. RGB value is (35,11,9). Sum of RGB (Red+Green+Blue) = 35+11+9=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B09 is #DCF4F6. Grayscale: #111111. Windows color (decimal): -14480631 or 592675. OLE color: 592675.

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

Color convert

RGB 35 11 9 -
CMYK 0 0.69 0.74 0.86
HSL 4.62º 0.59% 0.09% -
HSV(B) 4.62º 0.74% 0.14% -
XYZ 0.86 0.62 0.33 -
YUV 17.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 35 11 9 0 0.69 0.74 0.86 4.62 0.59 0.09
Hex 23 B 9 0 45 4A 56 5 3B 9
Octal 43 13 11 0 105 112 126 5 73 11
Binary 100011 1011 1001 0 1000101 1001010 1010110 101 111011 1001

Color Harmonies of #230B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B09

Black with #230B09

Text Example


Text Example

White with #230B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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