Html Css Color HEX #230C00 Seal Brown

📋 copy color: '#230C00'

red 35 ◦ green 12 ◦ blue 0

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

Shades of Seal Brown #230C00

Tints of Seal Brown #230C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.47%
G = 25.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#230C00 (or 0x230C00) is known color: Seal Brown. HEX triplet: 23, 0C and 00. RGB value is (35,12,0). Sum of RGB (Red+Green+Blue) = 35+12+0=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #230C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C00 is #DCF3FF. Grayscale: #111111. Windows color (decimal): -14480384 or 3107. OLE color: 3107.

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

Color convert

RGB 35 12 0 -
CMYK 0 0.66 1 0.86
HSL 20.57º 1% 0.07% -
HSV(B) 20.57º 1% 0.14% -
XYZ 0.82 0.62 0.08 -
YUV 17.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 35 12 0 0 0.66 1 0.86 20.57 1 0.07
Hex 23 C 0 0 42 64 56 15 64 7
Octal 43 14 0 0 102 144 126 25 144 7
Binary 100011 1100 0 0 1000010 1100100 1010110 10101 1100100 111

Color Harmonies of #230C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C00

Black with #230C00

Text Example


Text Example

White with #230C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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