Html Css Color HEX #230C0B Seal Brown

📋 copy color: '#230C0B'

red 35 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #230C0B

Tints of Seal Brown #230C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20.69%

 BLUE value IS 11 (4.69% from 255) = 18.97%

R = 60.34%
G = 20.69%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#230C0B (or 0x230C0B) is known color: Seal Brown. HEX triplet: 23, 0C and 0B. RGB value is (35,12,11). Sum of RGB (Red+Green+Blue) = 35+12+11=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C0B is #DCF3F4. Grayscale: #121212. Windows color (decimal): -14480373 or 724003. OLE color: 724003.

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

Color convert

RGB 35 12 11 -
CMYK 0 0.66 0.69 0.86
HSL 2.5º 0.52% 0.09% -
HSV(B) 2.5º 0.69% 0.14% -
XYZ 0.89 0.64 0.39 -
YUV 18.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 35 12 11 0 0.66 0.69 0.86 2.5 0.52 0.09
Hex 23 C B 0 42 45 56 2 34 9
Octal 43 14 13 0 102 105 126 2 64 11
Binary 100011 1100 1011 0 1000010 1000101 1010110 10 110100 1001

Color Harmonies of #230C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C0B

Black with #230C0B

Text Example


Text Example

White with #230C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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