Html Css Color HEX #230E03 Seal Brown

📋 copy color: '#230E03'

red 35 ◦ green 14 ◦ blue 3

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

Shades of Seal Brown #230E03

Tints of Seal Brown #230E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.77%

R = 67.31%
G = 26.92%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.86

RGB Variations

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

Color information

#230E03 (or 0x230E03) is known color: Seal Brown. HEX triplet: 23, 0E and 03. RGB value is (35,14,3). Sum of RGB (Red+Green+Blue) = 35+14+3=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #230E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E03 is #DCF1FC. Grayscale: #131313. Windows color (decimal): -14479869 or 200227. OLE color: 200227.

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

Color convert

RGB 35 14 3 -
CMYK 0 0.60 0.91 0.86
HSL 20.63º 0.84% 0.07% -
HSV(B) 20.63º 0.91% 0.14% -
XYZ 0.87 0.68 0.17 -
YUV 19.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 35 14 3 0 0.60 0.91 0.86 20.63 0.84 0.07
Hex 23 E 3 0 3C 5B 56 15 54 7
Octal 43 16 3 0 74 133 126 25 124 7
Binary 100011 1110 11 0 111100 1011011 1010110 10101 1010100 111

Color Harmonies of #230E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E03

Black with #230E03

Text Example


Text Example

White with #230E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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