Html Css Color HEX #230A05 Seal Brown

📋 copy color: '#230A05'

red 35 ◦ green 10 ◦ blue 5

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

Shades of Seal Brown #230A05

Tints of Seal Brown #230A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20%

 BLUE value IS 5 (2.34% from 255) = 10%

R = 70%
G = 20%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#230A05 (or 0x230A05) is known color: Seal Brown. HEX triplet: 23, 0A and 05. RGB value is (35,10,5). Sum of RGB (Red+Green+Blue) = 35+10+5=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #230A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A05 is #DCF5FA. Grayscale: #101010. Windows color (decimal): -14480891 or 330275. OLE color: 330275.

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

Color convert

RGB 35 10 5 -
CMYK 0 0.71 0.86 0.86
HSL 10º 0.75% 0.08% -
HSV(B) 10º 0.86% 0.14% -
XYZ 0.83 0.59 0.21 -
YUV 16.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 35 10 5 0 0.71 0.86 0.86 10 0.75 0.08
Hex 23 A 5 0 47 56 56 A 4B 8
Octal 43 12 5 0 107 126 126 12 113 10
Binary 100011 1010 101 0 1000111 1010110 1010110 1010 1001011 1000

Color Harmonies of #230A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A05

Black with #230A05

Text Example


Text Example

White with #230A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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