Html Css Color HEX #230B0A Seal Brown

📋 copy color: '#230B0A'

red 35 ◦ green 11 ◦ blue 10

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

Shades of Seal Brown #230B0A

Tints of Seal Brown #230B0A

RGB

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

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

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

R = 62.5%
G = 19.64%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.86

RGB Variations

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

Color information

#230B0A (or 0x230B0A) is known color: Seal Brown. HEX triplet: 23, 0B and 0A. RGB value is (35,11,10). Sum of RGB (Red+Green+Blue) = 35+11+10=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #230B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B0A is #DCF4F5. Grayscale: #121212. Windows color (decimal): -14480630 or 658211. OLE color: 658211.

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

Color convert

RGB 35 11 10 -
CMYK 0 0.69 0.71 0.86
HSL 2.4º 0.56% 0.09% -
HSV(B) 2.4º 0.71% 0.14% -
XYZ 0.87 0.62 0.36 -
YUV 18.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 35 11 10 0 0.69 0.71 0.86 2.4 0.56 0.09
Hex 23 B A 0 45 47 56 2 38 9
Octal 43 13 12 0 105 107 126 2 70 11
Binary 100011 1011 1010 0 1000101 1000111 1010110 10 111000 1001

Color Harmonies of #230B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B0A

Black with #230B0A

Text Example


Text Example

White with #230B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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